home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / lib / tclX-6.4 / help / libraries / loadlibindex < prev    next >
Encoding:
Text File  |  1992-12-17  |  728 b   |  15 lines

  1.  
  2.           loadlibindex libfile
  3.           Load the package library index of the library file libfile
  4.           (which must have the suffix .tlib).  Package library indexes
  5.           along the TCLPATH are loaded automatically on the first
  6.           demand_load; this command is provided to explicitly load
  7.           libraries that are not in the path.  If the index file (with
  8.           a .tndx suffix) does not exists or is out of date, it will
  9.           be rebuilt if the user has directory permissions to create
  10.           it. Duplicated package names are skipped.
  11.  
  12.           This command will also load an index built by mkindex.tcl
  13.           program supplied with standard Tcl.  This file must be named
  14.           "tclIndex".
  15.